home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11346 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  836 b 

  1. Path: mac50.sask.trlabs.ca!user
  2. From: lynch@sask.trlabs.ca (Denard Lynch)
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: HELP! On how to declare large arrays.
  5. Date: Wed, 13 Mar 1996 20:17:18 -0600
  6. Organization: TRLabs
  7. Message-ID: <lynch-1303962017180001@mac50.sask.trlabs.ca>
  8. NNTP-Posting-Host: gateway.sask.trlabs.ca
  9. X-Newsreader: Yet Another NewsWatcher 2.1.1
  10.  
  11.  
  12. I need to create an array of complex numbers that is 512 x 128 elements in
  13. size.  I am using Borland C, and it will not let me complie because the
  14. array is too large.  I have tried to increase the size when compliling to
  15. be 1 Mb for static variables, it did not work.
  16.  
  17. WHAT CAN I DO? I need the 512 x 128 array size.  Any comments,
  18. suggestions, or help of any kind would be appreciated.  I am sure there is
  19. a way around this problem but I can not find it.
  20.  
  21. Thanks,
  22.  Devon
  23.